Add a button to "Query Info" of every download in the list #1861
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I added a button next to the "Refresh" button in the downloads tab to directly query the info of every download in the list. I feel like that's a simple feature to add, and it is really useful for people with a huge mod list to retrieve info from.
I also know people would like to see this feature in MO2 (#1180), and also some post on Reddit.
I know it is considered a duplicate of this: #725
But this one is much more complex to implement, requiring too much rewriting for me, as I am only a first time contributor and I don't have a sufficient knowledge of the codebase. I don't mind trying to undertake #725, however, but for now, I feel like simple button could already be useful and also a really needed feature!
I think the Icon needs to be changed to something not that close to the "Refresh" button. Also, I only tested to Query Info on 103 downloads (fallout mods if that's important). I don't know how it will react if there is an error during the process.
I haven't found any guideline to follow to code and create my PR, so I hope it's fine!